home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / util / misc / ScriptMaker12.lha / ScriptMaker.doc < prev    next >
Encoding:
Text File  |  1995-04-12  |  3.4 KB  |  112 lines

  1.  
  2.                                    ****************
  3.                                    * Script Maker *
  4.                                    ****************
  5.  
  6.  
  7.  
  8. Introduction
  9. ------------
  10.  
  11. A few weeks ago I uploaded HD install scripts to Aminet. While I was
  12. reading them I realized that there were only few differences between them.
  13. So I decided to create Script Maker, which can generate an Amiga DOS install
  14. script just with a few details.
  15.  
  16.  
  17. Installation / Needs
  18. --------------------
  19.  
  20. Easy : copy Script Maker where you want. Don't forget it needs Ixemul.library to
  21. work (available from Aminet or GCC package).
  22.  
  23. The file Icn.inf MUST be copied in the directory in which you have put Script Maker
  24. or it will not work.
  25.  
  26. Generated script will need standard Amiga DOS commands, like ECHO, COPY, and so on...
  27. It will need REQUESTFILE and REQUESTCHOICE but if you can't use them on your computer
  28. just modify the script after it has been generated.
  29.  
  30. Usage
  31. -----
  32.  
  33. From CLI : ScriptMaker Name
  34.  
  35. where Name is the name of the script you are creating.
  36.  
  37. Once run, Script Maker will ask you some questions. They are not detailed
  38. here because they are quite simple.
  39.  
  40. After this you have a nice script.
  41.  
  42. Script Maker only generates a simple script which copies every file from disks
  43. to hard disk after asking you where to put it. If you need specific copy you
  44. will have do modify the script yourself.
  45.  
  46.  
  47. Disclaimer
  48. ----------
  49.  
  50. You use Script Maker at your own risks. It has been tested for hours on my computer
  51. (A1200). I can't be responsible if it breaks something (it shouldn't, due
  52. to the technics used).
  53. By the way I've just tested it installing FlashBack (thank you Delphine Software for
  54. this GREAT game) and it worked fine.
  55.  
  56.  
  57. History
  58. -------
  59.  
  60. April 1995              Version 1.0             First release
  61.  
  62. April 1995              Version 1.2             Script Makers now puts the 's' flag
  63.                                                 so the script can be run directly from
  64.                                                 CLI. It also puts a project icon with
  65.                                                 IconX as default tool for the same purpose
  66.                                                 from WB. These two features have been
  67.                                                 suggested by qben@lysator.liu.se
  68.                                                 (Tommy Johansson). Thank you Tommy !
  69.  
  70.  
  71.  
  72. Author / Distribution
  73. ---------------------
  74.  
  75. Script Maker has been created by
  76.  
  77. Mr Franck ANIERE
  78. 30, Rue Jean Bouin
  79. 93220 GAGNY (France)
  80.  
  81. E-Mail : aniere@massena.univ-mlv.fr
  82.          aniere@fillmore.univ-mlv.fr
  83.          aniere@univ-mlv.fr (if the 2 others don't work)
  84.  
  85. You can join me for any comments, suggestions or bug reports.
  86.  
  87. This product is FREEWARE, but I keep a copyright on it.
  88. You can diffuse and use it freely if you keep the archive
  89. intact and don't put a virus in it.
  90. Aminet, Fred Fish, Funet and other Public Domain organisations
  91. or Amiga magazines are allowed to distribute this product, on
  92. floppy disk as well as on CD ROM if the price of the support is
  93. normal. France Festival Distribution WILL NEVER BE ALLOWED to
  94. diffuse it.
  95.  
  96. To do
  97. -----
  98.  
  99. Well, I'd like to add many things to it, like :
  100.  
  101.         - A nice interface
  102.  
  103.         - Recall previous scripts mode
  104.  
  105.         - Specify mode (not only #? to copy files)
  106.  
  107.         - Installer and other Shells versions of the generated script
  108.  
  109.         - New things I don't imagine now
  110.  
  111.  
  112. And wathever you tell me, if I can do it (I'm a student and I have so much work...).